In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor / GetHueDist Method

GetHueDist Method

In This Topic
Syntax
'Declaration

 

Public Shared Function GetHueDist( _

   ByVal h1 As Single, _

   ByVal h2 As Single _

) As Single
public static float GetHueDist( 

   float h1,

   float h2

)
public function GetHueDist( 

    h1: Single;

    h2: Single

): Single; static; 
public static function GetHueDist( 

   h1 : float,

   h2 : float

) : float;
public: static float GetHueDist( 

   float h1,

   float h2

) 
public:

static float GetHueDist( 

   float h1,

   float h2

) 

Parameters

h1
h2
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor
GdPictureColor Members